home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("electriCharge")
- set colorcycle to list(24, 45, 16, 96, 255, 0)
- set spriteList to list(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22)
- repeat while the mouseDown
- set the foreColor of sprite getAt(spriteList, random(22)) to getAt(colorcycle, random(6))
- set the stageColor to getAt(colorcycle, random(6))
- updateStage()
- end repeat
- end
-